@@ -120,7 +120,7 @@ module Agents |
||
| 120 | 120 |
|
| 121 | 121 |
_, status = Process.wait2(pid) |
| 122 | 122 |
exit_status = status.exitstatus |
| 123 |
- rescue Exception => e |
|
| 123 |
+ rescue => e |
|
| 124 | 124 |
errors = e.to_s |
| 125 | 125 |
result = ''.freeze |
| 126 | 126 |
exit_status = nil |